-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
infosync: fully integrated PD HTTP client into InfoSyncer #49006
infosync: fully integrated PD HTTP client into InfoSyncer #49006
Conversation
Signed-off-by: JmPotato <ghzpotato@gmail.com>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #49006 +/- ##
================================================
+ Coverage 70.9775% 72.2357% +1.2581%
================================================
Files 1368 1398 +30
Lines 404391 416878 +12487
================================================
+ Hits 287027 301135 +14108
+ Misses 97368 96800 -568
+ Partials 19996 18943 -1053
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Signed-off-by: JmPotato <ghzpotato@gmail.com>
d3f9843
to
296a147
Compare
@@ -279,43 +279,3 @@ func TestTiFlashManager(t *testing.T) { | |||
|
|||
CloseTiFlashManager(ctx) | |||
} | |||
|
|||
func TestRuleOp(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: JmPotato <ghzpotato@gmail.com>
Sry, I will update client.go right now. |
Maybe we should upgrade client go by tikv/client-go#1069, and try to pass all CI test. If pass, we can merge tikv/client-go#1069 by force |
1a43944
to
2036b87
Compare
Signed-off-by: JmPotato <ghzpotato@gmail.com>
2036b87
to
77e05cd
Compare
Signed-off-by: JmPotato <ghzpotato@gmail.com>
/test build |
@CabinfeverB: The specified target(s) for
Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/merge |
@disksing: We have migrated to builtin Please use
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
[LGTM Timeline notifier]Timeline:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: disksing, GMHDBJD, hawkingrei, tangenta, YuJuncen The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test unit-test |
@JmPotato: The specified target(s) for
Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What problem does this PR solve?
Issue Number: ref #35319, tikv/pd#7300. Should merge after tikv/pd#7462.
Problem Summary:
Fully integrated PD HTTP client into
InfoSyncer
.What changed and how does it work?
Check List
Tests
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.